Autogenerated HTML docs for v1.7.10-405-g10d433 
diff --git a/git-config.html b/git-config.html index 4028927..7571f81 100644 --- a/git-config.html +++ b/git-config.html 
@@ -1149,7 +1149,9 @@  found at the location of the include directive. If the value of the   <tt>include.path</tt> variable is a relative path, the path is considered to be   relative to the configuration file in which the include directive was  -found. See below for examples.</p></div>  +found. The value of <tt>include.path</tt> is subject to tilde expansion: <tt>&#126;/</tt>  +is expanded to the value of <tt>$HOME</tt>, and <tt>&#126;user/</tt> to the specified  +user&#8217;s home directory. See below for examples.</p></div>   <h3 id="_example">Example</h3><div style="clear:left"></div>   <div class="literalblock">   <div class="content">  @@ -1182,7 +1184,8 @@  <div class="content">   <pre><tt>[include]   path = /path/to/foo.inc ; include by absolute path  - path = foo ; expand "foo" relative to the current file</tt></pre>  + path = foo ; expand "foo" relative to the current file  + path = ~/foo ; expand "foo" in your $HOME directory</tt></pre>   </div></div>   <h3 id="_variables">Variables</h3><div style="clear:left"></div>   <div class="paragraph"><p>Note that this list is non-comprehensive and not necessarily complete.  @@ -4900,7 +4903,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2012-04-20 12:42:45 PDT  +Last updated 2012-03-02 11:52:01 PDT   </div>   </div>   </body>